toggle menu
Spring Boot Kotlin API
4.0.0-M3
jvm
switch theme
search in API
Spring Boot Kotlin API
/
org.springframework.boot.docs.packaging.nativeimage.advanced.nestedconfigurationproperties
Package-level
declarations
Types
Types
My
Properties
Link copied to clipboard
@
ConfigurationProperties
(
value
=
"my.properties"
)
open
class
MyProperties
My
Properties
Ctor
Link copied to clipboard
@
ConfigurationProperties
(
value
=
"my.properties"
)
open
class
MyPropertiesCtor
My
Properties
Kotlin
Link copied to clipboard
@
ConfigurationProperties
(
value
=
"my.properties"
)
data
class
MyPropertiesKotlin
(
val
name
:
String
,
val
nested
:
Nested
)
My
Properties
Record
Link copied to clipboard
@
ConfigurationProperties
(
value
=
"my.properties"
)
class
MyPropertiesRecord
:
Record
Nested
Link copied to clipboard
open
class
Nested
class
Nested